projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aad10e
)
(calc-finish-stack-edit): Let math-expr-opers equal the function
author
Jay Belanger
<jay.p.belanger@gmail.com>
Wed, 20 Jun 2007 04:17:27 +0000
(
04:17
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Wed, 20 Jun 2007 04:17:27 +0000
(
04:17
+0000)
math-standard-ops rather than the variable math-standard-opers.
lisp/calc/calc-yank.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-yank.el
b/lisp/calc/calc-yank.el
index abd78e5f926a6be834594e49ce25b5e108364407..a872f69d83fe9fc066a5a7b906d279b6fb80a647 100644
(file)
--- a/
lisp/calc/calc-yank.el
+++ b/
lisp/calc/calc-yank.el
@@
-559,7
+559,7
@@
To cancel the edit, simply kill the *Calc Edit* buffer."
(aset str pos ?\,)))
(switch-to-buffer calc-original-buffer)
(let ((vals (let ((calc-language nil)
- (math-expr-opers
math-standard-opers
))
+ (math-expr-opers
(math-standard-ops)
))
(and (string-match "[^\n\t ]" str)
(math-read-exprs str)))))
(when (eq (car-safe vals) 'error)